UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Samba must be configured to not allow guest access to shares.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22501 GEN006235 SV-26832r2_rule ECSC-1 Medium
Description
Guest access to shares permits anonymous access and is not permitted.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-27815r3_chk )
Check the encryption setting for the Samba configuration. Default locations for this file include /etc, /etc/sfw, /etc/samba, and /etc/sfw/samba. If the system has Samba installed in non-standard locations, also check the smb.conf in those locations.

Procedure:

# grep -i 'guest ok' /etc/smb.conf /etc/sfw/smb.conf /etc/samba/smb.conf /etc/sfw/samba/smb.conf

If the setting exists and is set to yes, this is a finding.
Fix Text (F-24075r2_fix)
Edit the /etc/smb.conf file and change the guest ok setting to no.